(set #bad-MUI (cat "You need at least MUI3.1 to use YAM."))
(set #no-AmiTCP (cat "\"AmiTCP:\" assign not found.\nYAM needs at least AmiTCP 2.3 to run.\nMake shure AmiTCP is installed properly."))
(set #dir-choice (cat "Select the directory where YAM has to be installed." ))
(set #copy (cat "Copying YAM"))
(set #doc-choice (cat "Where do you want to install the documentation?\nIf you want the HELP key to work you should use the given path."))
(set #doc-copy (cat "Copying Documentation"))
(set #cat-copy (cat "Copying Catalog"))
(set #modify_ss (cat "Adding YAM assign to your \"s:user-startup\" file."))
))
(if (= @language "deutsch")
(
(set locale 2)
(set #bad-MUI (cat "Sie benötigen mindestens MUI3.1, um YAM zu nutzen."))
(set #no-AmiTCP (cat "\"AmiTCP:\" Zuweisung nicht gefunden.\nYAM benötigt mindestens AmiTCP 2.3.\nStellen Sie sicher, dass AmiTCP ordnungsgemäss installiert ist"))
(set #dir-choice (cat "Wählen Sie das Verzeichnis aus, in welches YAM installiert werden soll."))
(set #copy (cat "Kopiere YAM"))
(set #doc-choice (cat "Wohin möchten Sie die Dokumentation kopieren ?\nWenn Sie möchten, dass die HELP-Taste funktioniert, sollten Sie das vorgeschlagene Verzeichnis benutzen."))
(set #doc-copy (cat "Kopiere Dokumentation"))
(set #cat-copy (cat "Kopiere Katalog"))
(set #modify_ss (cat "Erstelle YAM Zuweisung in Ihrer \"s:user-startup\"-Datei."))